Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🧑🎤 요구사항
👩🏼🌾 주요 코드
1. 토큰 DTO에 대한 타입 분류
jinkonu/sixthAssignment/src/main/java/org/sopt/common/auth/dto/AuthTokenSet.java
Lines 3 to 16 in c40028b
jinkonu/sixthAssignment/src/main/java/org/sopt/common/auth/jwt/JwtTokenProvider.java
Lines 29 to 39 in c40028b
JwtTokenProvider
에서 '토큰 발급'이라는 동일한 역할을 수행하는 메서드를 제거할 수 있었습니다.2. 리프레쉬 토큰으로부터 액세스 토큰 재발급
jinkonu/sixthAssignment/src/main/java/org/sopt/service/MemberService.java
Lines 52 to 58 in c40028b
🥷 API 테스트 결과